html ul,html li{
  margin: 0;
  padding: 0; }
html ul{
  list-style: none; }
html a {
  text-decoration: none; }

#big_banner_wrap {
  width: 260px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  color: #424242; }
   #big_banner_wrap #banner_menu_wrap {
    width: 235px;
    height: 100%;
    float: left;
    position: absolute;
    background:#3399FF;
    z-index: 600;
	left:90px;
	top:-10px; }
    #big_banner_wrap #banner_menu_wrap li {
      width: 260px;
      height: 40px;
      line-height: 40px;
      position: relative;
      transition: all 3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      cursor: pointer; }
      #big_banner_wrap #banner_menu_wrap li a {
        font-size: 13px;
        color: #ffffff;
        margin-left: 30px;
        float: left;
        text-decoration: none; }
      #big_banner_wrap #banner_menu_wrap li .banner_menu_content {
        width: 260px;
        height: 160px;
        display: none;
        z-index: 610;
        position: absolute;
        left: 235px;
        background: #fff; }
	<!--	ÂÖ·¬-->
.fullSlide{width:260px;position:relative;height:160px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:260px !important;}
.fullSlide .bd li{width:260px !important;height:160px;overflow:hidden;text-align:center;}
.fullSlide .hd{width:100%;position:absolute;z-index:2;bottom:0;left:0;height:10px;line-height:10px;top:145px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:5px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
